home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
ifxlite
/
imagefx3
/
rexx
/
autofx
/
clearbuffer.ifx
< prev
next >
Wrap
Text File
|
2004-08-03
|
377b
|
20 lines
/*
* Clear_Buffer.ifx
* ClearBuffer script. Retrieves parameters from
* ImpClearBufferParameters clip variable.
*
* by Steve Tibbett
*/
Options Results
SeqNum=Word(Arg(1),4);
Settings=GetClip("ImpClearBufferParameters"SeqNum);
if (Settings="") then do
RequestNotify "ImpClearBufferParameters invalid in ImpClearBuffer.ifx"
return 20
End
ClearBuffer FORCE Settings